home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global ele
- puppetSound(2, "clicko~1")
- cursorOff()
- set ele to 1
- repeat while the locH of sprite 3 < 524
- set the locH of sprite 3 to the locH of sprite 3 + 5
- set the locH of sprite 4 to the locH of sprite 4 + 5
- set the locH of sprite 5 to the locH of sprite 5 + 5
- updateStage()
- end repeat
- end
-